home *** CD-ROM | disk | FTP | other *** search
/ BigMax 17 / BigMax nº 17.iso / APLICAT / PCM105CD / PCMSCFG.INI < prev    next >
INI File  |  1997-11-19  |  3KB  |  116 lines

  1. ;***********************************************************************
  2. ;PCMSCFG.INI Config File for PCMAIN.EXE McAfee Client Console
  3. ;
  4. ;Format Version 1.0.0
  5. ;
  6. ;
  7. ;***********************************************************************
  8. ;General options go here under [General]
  9. [General]
  10. Caption=PC Medic
  11. Copyright=Copyright 1997 McAfee Associates, Inc.
  12. MouseOver=autorun\swish.wav
  13. MouseClick=autorun\click.wav
  14. Background=autorun\pcmain.bmp
  15. StartYLoc=80
  16. ;fudge value to put bounding rect for menu text
  17. MenuTextFudgeLeft=10
  18. MenuTextFudgeRight=10
  19. ;spacing in pixels between menu items
  20. MenuTextSpacing=7
  21. ShadowOffset=2
  22.  
  23. ;Specify Font Face Name, point size, and 1 for bold, 0 for normal
  24. OptionTypeFace=Arial
  25. OptionTypePoint=14
  26. OptionTypeBold=1
  27. CopyrightTypeFace=Arial
  28. CopyrightTypePoint=10
  29. CopyrightTypeBold=1
  30. TipTypeFace=MS Sans Serif
  31. TipTypePoint=8
  32. TipTypeBold=0
  33. TipBorder=1
  34. ;spacing between tip and border
  35. TipSpacing=10
  36. ;if the tip is to be in a fixed rect, specify 1, then specify the rect in
  37. ;TipRect=left,top,right,bottom (don't put spaces in between commas!)
  38. ;Note that the tip rect will be adjusted to fit around the tip text, centered
  39. ;around the text.  Therefore, make sure your tip rect is large enough to hold
  40. ;the biggest tip that you have.
  41. ;*** note ***: as of the 1.0.0 rev, only fixed width tips are supported. therefore
  42. ;always specify 1 for TipFixed
  43. TipFixed=1
  44. TipRect=365,215,580,325
  45.  
  46. ;Specify Colors: colors are of format 0xbbggrr (blue, green, red)
  47. OptionColor=0x000000
  48. HighlightColor=0x00ffff
  49. ShadowColor=0x433e2b
  50. CopyrightColor=0x000000
  51. TipTextColor=0x7f604f
  52. TipBackgroundColor=0xffffdf
  53. TipBorderColor=0x000000
  54.  
  55. ;Specify menu option text alignment: 0=left, 1=center, 2=right
  56. AlignFlag=0
  57.  
  58. ;***********************************************************************
  59. ;Menu Options go here.  Specify 1 to any number of menu items you wish,
  60. ;sequentially (in other words, don't skip numbers!)
  61.  
  62. [Option0]
  63. Text=Install PC Medic
  64. Command=pcmedic\setup.exe
  65. Tip=Select this option to install PC Medic, the premier Windows diagnostic utility.
  66. Terminate=0
  67.  
  68. [Option1]
  69. Text=Install PC Medic (Administrator)
  70. Command=pcmedic\setup.exe -fadmin.ins
  71. Tip=Select this option to install the PC Medic Administrator version.
  72. Terminate=0
  73.  
  74. [Option2]
  75. Text=Install WinDelete
  76. Command=wd95\setup.exe
  77. Tip=Select this option to install the award winning WinDelete application.
  78. HideMenuIfNT=1
  79. Terminate=0
  80.  
  81. [Option3]
  82. Text=Install QuickBackup
  83. Command=qbackup\qbackup\setup.exe
  84. Tip=Select this option to install the award winning QuickBackup application.
  85. Terminate=0
  86.  
  87. [Option4]
  88. Text=Install Enterprise SecureCast
  89. command=secure\setup.exe
  90. Tip=Select this option to install Enterprise SecureCast, McAfee's software distribution system.
  91. Terminate=0
  92.  
  93. [Option5]
  94. Text=Install Acrobat Reader
  95. Command=acroread\ar32e30.exe
  96. Tip=Select this option to install the Acrobat reader to read PC Medic's documentation.
  97. Terminate=0
  98.  
  99. [Option6]
  100. Text=Explore this CD
  101. Command= explorer .\
  102. Tip=Select this to explore this CD.
  103. Terminate=0
  104.  
  105. [Option7]
  106. Text=View What's New in PC Medic
  107. Command=write.exe whatsnew.wri
  108. Tip=Select this to get late breaking news about PC Medic.
  109. Terminate=0
  110.  
  111. [Option8]
  112. Text=Exit
  113. Command=
  114. Tip=Exits this installation.
  115. Terminate=1
  116.